Skip to content

Conversation

freysie
Copy link
Contributor

@freysie freysie commented Jul 23, 2023

In the Adding Swift Async Algorithms as a Dependency section, a SwiftPM dependency requirement, like branch: "main", was missing.

In the _Adding Swift Async Algorithms as a Dependency_ section, a SwiftPM dependency requirement, like `branch: "main"`, was missing.
@@ -67,7 +67,7 @@ To use the `AsyncAlgorithms` library in a SwiftPM project,
add the following line to the dependencies in your `Package.swift` file:

```swift
.package(url: "https://github.com/apple/swift-async-algorithms"),
.package(url: "https://github.com/apple/swift-async-algorithms", branch: "main"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we recommend to use revision: 0.1.0 for now please

@FranzBusch FranzBusch added the v1.0 Work leading up first API stable version label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.0 Work leading up first API stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants